'Declaration Public Overloads Shared Function CreateCachedAnalyzer<TTargetThe type of the target.,TValueThe type of the value.>( _
ByVal analyzerАнализатор, результаты которого кэшируются.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) _
) As Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer(Of TTarget,TValue) (Of TTargetThe type of the target., TValueThe type of the value.)
public static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue> CreateCachedAnalyzer<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> analyzer
)
public: static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue*>* CreateCachedAnalyzer<TTarget,TValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* analyzer
)
generic<typename TTarget> generic<typename TValue> public:
static Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue^>^ CreateCachedAnalyzer(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ analyzer
)
Parameters
- analyzer
- Анализатор, результаты которого кэшируются.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
Return Value
Новый экземпляр класса CachedAnalyzer<TTarget,TValue>.